home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / programming / other / wild / include / extensions / vektorial.i < prev   
Text File  |  1999-05-25  |  738b  |  21 lines

  1.     IFND    VektorialExtension
  2. VektorialExtension    SET    1
  3.  
  4. **    Vektorial.library definitions.
  5.  
  6.     STRUCTURE    VektorialBase,wx_SIZEOF
  7.         LABEL    vkb_SIZEOF
  8.  
  9.  
  10.  
  11. _LVOVekLookingAt    EQU    -30        ; a0:Origin(Vektor),a1:LookAt(Vektor)
  12. _LVOCamLookingAt    EQU    -36        ; a0:Cam(Ref),a1:LookAt(Vektor),d0:mode (CAMD_?)
  13. _LVORotateDD        EQU    -42        ; a0:Vek,d0:angle(0-1023),d1:X offset,d2:Y offset
  14. _LVORotateTD        EQU    -48        ; a0:Vek,d0:angle(0-1023),a1:axis (len 1!)
  15. ***************************************************************************************
  16. *** Camera modes                                *******
  17. ***************************************************************************************
  18.  
  19. CAMD_GROUND_ORIENTED    EQU    1        ; Means the I versor is parallel to the ground. (Usually that's the best)
  20.  
  21.     ENDC